3 subject="""comment 1"""
4 date="2022-09-26T17:20:05Z"
6 I can reproduce this by running eg:
8 joey@darkstar:~/tmp/torrepo>git-annex init
10 joey@darkstar:~/tmp/torrepo>su -c "git-annex --debug enable-tor 1000"
12 git-annex: This can only be run in a git-annex repository.
14 This was broken by git's security fix for CVE-2022-24765. Now when the root
15 process tries to run `git config --list`, git does not display the local
16 .git/config, because it is owned by another user.